@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

/*.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
.loader.white{
    border-top: 1px solid rgba(255,255,255, 0.08);
    border-right: 1px solid rgba(255,255,255, 0.08);
    border-bottom: 1px solid rgba(255,255,255, 0.08);
    border-left: 1px solid rgba(255,255,255, 0.5);
}*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body, html {
  font-family: "Microsoft YaHei", "Source Han Sans CN", "微軟正黑體", "Microsoft JhengHei", "PingFang SC","Hiragino Sans GB", "Helvetica Neue", Helvetica,  "Heiti SC",Arial, sans-serif;
}

@font-face {
  font-family: 'CEN-B';
  src: url("fonts/CENTURYGOTHIC-BOLD.eot");
  src: url("fonts/CENTURYGOTHIC-BOLD.eot") format("embedded-opentype"), url("fonts/CENTURYGOTHIC-BOLD.woff2") format("woff2"), url("fonts/CENTURYGOTHIC-BOLD.woff") format("woff"), url("fonts/CENTURYGOTHIC-BOLD.ttf") format("truetype"), url("fonts/CENTURYGOTHIC-BOLD.svg#CENTURYGOTHIC-BOLD") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow: hidden;
  position: relative;
}

/*body.ovh,.html.ovh{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

.w1700 {
  width: 1700px;
  margin: 0 auto;
}

.header-top {
  background: url(../img/img1.jpg) no-repeat center right;
  background-size: 100% 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 110px;
}

.header-top-right {
  width: 620px;
  /*float: right;*/
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header-top-right .sp {
  margin-right: 1rem;
  font-size: 14px;
  color: #fff;
}
.header-top-right .bdsharebuttonbox a {
  padding: 0;
  margin: 0 6px 0 0;
  width: 20px;
  height: 40px;
}
.header-top-right .bdsharebuttonbox a.bds_sqq {
  background: url(../img/img1.png) no-repeat center center;
  background-size: 16px auto;
}
.header-top-right .bdsharebuttonbox a.bds_weixin {
  background: url(../img/img1-1.png) no-repeat center center;
  background-size: 16px auto;
}
.header-top-right .bdsharebuttonbox a.bds_tsina {
  background: url(../img/img1-2.png) no-repeat center center;
  background-size: 16px auto;
}

.wl-header {
  height: 85px;
}

.l-header {
  position: relative;
  z-index: 90;
  width: 100%;
  padding: 0 110px;
  background: #fff;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.l-header .l-header-t {
  width: 330px;
  height: 80px;
  float: left;
  margin-left: 50px;
  margin-top: -18px;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.l-header .l-header-t img {
  max-width: 100%;
}
.l-header .l-header-right {
  width: 71%;
  float: right;
}
.l-header .item-right {
  width: 170px;
  float: left;
  height: 85px;
}
.l-header .item-right .search-btn {
  width: 28px;
  height: 84px;
  margin-left: 1rem;
}
.l-header .item-right .search-btn a {
  display: block;
  height: 100%;
  background: url(../img/img2.png) no-repeat center center;
  background-size: 17px auto;
}
.l-header .item-right .lang-btn {
  width: 40px;
  height: 40px;
  margin-top: 22px;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-family: "Arial";
  margin-left: .8rem;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.l-header .item-right .lang-btn:before {
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 18px;
  left: -0.4rem;
  top: 50%;
  margin-top: -9px;
  position: absolute;
}
.l-header .item-right .lang-btn:hover {
  background: #108142;
  color: #fff;
}
.l-header .bocweb-nav {
  float: left;
  border-right: 1px solid #f2f2f2;
  width: calc(100% - 170px);
}
.l-header .nav ul li > a {
  font-size: 16px;
  line-height: 85px;
  color: #333;
  display: block;
}
.l-header .nav ul li > a:hover, .l-header .nav ul li > a:focus {
  background: none
  /*color: #108142;*/
}
.l-header .nav li:first-child {
  width: 8%;
}
.l-header .nav li {
  width: 12.5%;
  float: left;
  min-width: 50px;
  text-align: center;
  position: relative;
}
.l-header .nav li:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #108142;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .5s;
  margin-left: -25px;
  position: absolute;
}
.l-header .nav li:hover:before, .l-header .nav li.cur:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header .nav .gnav-item-sub {
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 70px;
  width: 145px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 1s 0s ease;
          transition: all 1s 0s ease;
}
.l-header .nav .gnav-item-sub .nitem-sub {
  background: #fff;
  padding: 25px 10px 25px 25px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.l-header .nav .gnav-item-sub a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #666;
  padding-left: 18px;
  position: relative;
  text-align: left;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.l-header .nav .gnav-item-sub a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #28ad80;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.l-header .nav .gnav-item-sub a:hover {
  color: #000;
  padding-left: 22px;
}
.l-header .nav .gnav-item-sub a:hover:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header .nav .gnav-item-sub a:last-child {
  margin-bottom: 0;
}
.l-header .nav .gnav-item-sub.active {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s .2s;
          transition: all 1s .2s;
}

.l-header.activefix {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 110px;
}
.l-header.activefix .l-header-t {
  margin-top: 5px;
  width: 280px;
}

.n-sub-nav.activefix {
  position: fixed;
  width: 100%;
  top: 0;
}

.c-mask-overlay.active {
  opacity: 1;
  visibility: visible;
}

.c-mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-position: left top;
  background-size: 4px 4px;
  background-repeat: repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
  z-index: 9;
}

.mobile-nav {
  display: none;
}

.l-footer {
  background: #2a2a2a;
}
.l-footer .l-footer-top {
  width: 100%;
  height: 74px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-footer .l-footer-top img {
  width: 32px;
  height: 18px;
  margin-top: 22px;
}
.l-footer .fot-ul {
  padding: 1.375rem 110px 1.625rem;
}
.l-footer .fot-ul-left {
  width: calc(100% - 330px);
}
.l-footer .fot-ul-right {
  width: 330px;
}
.l-footer .fot-ul-right .dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
.l-footer .fot-ul-right .p {
  font-size: 18px;
  color: #787878;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: .75rem;
}
.l-footer .fot-ul-right .mail, .l-footer .fot-ul-right .add {
  font-size: 14px;
}
.l-footer .fot-ul-right .tel {
  background: url(../img/img4.png) no-repeat left center;
}
.l-footer .fot-ul-right .mail {
  background: url(../img/img4-1.png) no-repeat left center;
}
.l-footer .fot-ul-right .add {
  background: url(../img/img4-2.png) no-repeat left center;
}
.l-footer .dlbox {
  width: 16.6%;
  float: left;
}
.l-footer .dlbox .dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
.l-footer .dlbox .dd {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.l-footer .dlbox .dd:hover {
  color: #108142;
}
.l-footer .l-footer-bot {
  background: #232323;
  padding: .5rem 0;
  line-height: 1.5;
}
.l-footer .l-footer-bot .p {
  font-size: 14px;
  color: #4a4a4a;
}
.l-footer .l-footer-bot .fr-box {
  color: #4a4a4a;
  font-size: 14px;
}
.l-footer .l-footer-bot .fr-box a {
  color: #4a4a4a;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-footer .l-footer-bot .fr-box a:hover {
  color: #108142;
}
.l-footer .mobile-block {
  text-align: center;
}

.wibanner .text {
  padding: 1.1rem .8rem 0;
  width: 310px;
  height: 15.5rem;
  left: 50%;
  margin-left: 17%;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.wibanner .li-item img {
  width: 100%;
}
.wibanner .img img {
  max-width: 100%;
}

.ibanner {
  height: 18.75rem;
}
.ibanner a {
  display: block;
  width: 100%;
  height: 100%;
}
.ibanner .li-item {
  height: 18.75rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.ibanner .slick-dots {
  left: 50%;
  width: auto;
  margin-left: 18%;
  bottom: 1.75rem !important;
  z-index: 2;
}
.ibanner .slick-dots li.slick-active {
  background: none !important;
}
.ibanner .slick-dots li.slick-active:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ibanner .slick-dots li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 8px !important;
  border: 1px solid #fff;
  background: none !important;
  position: relative;
}
.ibanner .slick-dots li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .5s;
          transition: all .5s;
}

.z2 {
  position: relative;
  z-index: 2;
}

.tit-h {
  font-size: 1rem;
  line-height: 1;
  color: #222;
  font-family: "CEN-B";
  text-transform: uppercase;
}

.tit-line {
  font-size: .7rem;
  font-style: italic;
  color: #108142;
  margin: 0 20px;
}

.tit-cn {
  color: #222;
  font-size: .6rem;
  line-height: 1rem;
}

.p-14 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.p-16 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.col-ff {
  color: #fff !important;
}

.li-img .img {
  overflow: hidden;
}
.li-img .img img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.li-img:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.i-lista {
  padding: 1.75rem 0 0;
  background: #fff;
}
.i-lista .pro-ulbox {
  margin-top: 1.5rem;
  position: relative;
  padding: 0 110px;
}
.i-lista .pro-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15.8rem;
  position: relative;
}
.i-lista .pro-item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15.8rem;
}
.i-lista .pro-item .bg:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .text {
  width: 100%;
  background: #f5f7f6;
  padding: 1rem .75rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .line {
  width: 18px;
  height: 2px;
  background: #0e0c0f;
  margin-bottom: .75rem;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.i-lista .p-title {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.i-lista .p-en {
  font-size: 12px;
  line-height: 1;
  color: #999;
  font-family: "Arial";
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.i-lista .p-14 {
  margin-top: .75rem;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.i-lista .wmore {
  padding: 0 .75rem;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
}
.i-lista .more {
  width: 100%;
  display: block;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  color: #fff;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  background: url(../img/img7.png) no-repeat right top;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .slick-slide {
  padding: 0 5px;
}
.i-lista .pro-item:hover .text {
  background: transparent;
}
.i-lista .pro-item:hover .bg:before{
	opacity: 1;
}
.i-lista .pro-item:hover .text .line {
  background: #01ca5a;
}
.i-lista .pro-item:hover .text .p-title {
  color: #fff;
}
.i-lista .pro-item:hover .text .p-en {
  color: #fff;
  opacity: .3;
}
.i-lista .pro-item:hover .text .p-14 {
  color: #fff;
}
.i-lista .pro-item:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
}
.i-lista .pro-item:hover .more:before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0;
  left: 0;
  background: #108142;
}
.i-lista .pro-item:hover .more:hover:before {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .slick-prev, .i-lista .slick-next {
  position: absolute;
  display: block;
  border-radius: 0;
  height: 15.8rem;
  width: 90px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 0%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .slick-prev:before, .i-lista .slick-next:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f7f6 url(../img/img7-1.png) no-repeat center center;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-lista .slick-prev:hover:before, .i-lista .slick-next:hover:before {
  background: #108142 url(../img/img8.png) no-repeat center center;
}
.i-lista .slick-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.i-listb {
  margin-top: 1.75rem;
  background: #f5f7f6;
  margin-bottom: 1.8rem;
}
.i-listb .dt {
  width: 36%;
  height: 690px;
  padding: 2.5rem 1.2rem 0 110px;
}
.i-listb .dd {
  width: 64%;
  height: 690px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-listb .p-16 {
  margin-top: 1rem;
}
.i-listb .ul-item {
  margin-top: 1.5rem;
}
.i-listb .li {
  width: 33.3%;
  float: left;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: .8rem 0 .9rem;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.41, 0.07, 0.96);
          transition: all 0.5s cubic-bezier(1, 0.41, 0.07, 0.96);
}
.i-listb .li:nth-child(4), .i-listb .li:nth-child(5), .i-listb .li:nth-child(6) {
  border-bottom: none;
}
.i-listb .li:nth-child(3), .i-listb .li:nth-child(6) {
  border-right: none;
}
.i-listb .img {
  position: relative;
  height: 45px;
  margin-bottom: 8px;
}
.i-listb .img .imgb {
  display: none;
}
.i-listb .img .imga {
  display: inline-block;
}
.i-listb .p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
.i-listb .li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.i-listb .li:hover .imgb {
  display: inline-block;
}
.i-listb .li:hover .imga {
  display: none;
}
.i-listb .li:hover .p {
  color: #009944;
}

.i-listc {
  padding: 2.75rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-listc .top {
  text-align: center;
}
.i-listc .p-16 {
  text-align: center;
  width: 840px;
  margin: 1.2rem auto 2.4rem;
}
.i-listc .ulbox {
  padding: 0 110px;
  position: relative;
}
.i-listc .ulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  top: 8px;
}
.i-listc .ulbox .li {
  padding-top: 1rem;
  width: 14.2%;
  text-align: center;
  float: left;
  position: relative;
  display: block;
}
.i-listc .ulbox .li:before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 50%;
  margin-left: -9px;
  content: "";
  position: absolute;
  background: url(../img/img11.png) no-repeat;
}
.i-listc .ulbox .img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-listc .ulbox .p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.i-listc .ulbox .li:hover .img {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.i-listd {
  background: #f5f7f6;
  padding: 2.75rem 0;
}
.i-listd .new-left {
  width: 320px;
}
.i-listd .new-right {
  width: calc(100% - 320px);
}
.i-listd .new-right .slick-slide {
  padding: 0 .5rem;
}
.i-listd .new-right .li {
  background: #fff;
  display: block;
  border: 1px solid #ededed;
}
.i-listd .new-right .img {
  overflow: hidden;
}
.i-listd .new-right .img img {
  width: 100%;
}
.i-listd .new-right .text {
  padding: .6rem .5rem;
}
.i-listd .new-right .tit {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
          transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.i-listd .new-right .tit-p {
  color: #959595;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .75rem;
}
.i-listd .new-right .bot {
  padding-top: .5rem;
  border-top: 1px solid #f0f0f0;
}
.i-listd .new-right .more {
  font-size: 12px;
  line-height: 1;
  font-family: "CEN-B";
  color: #848484;
}
.i-listd .new-right .time {
  font-size: 12px;
  color: #999;
  line-height: 1;
}
.i-listd .new-right .li:hover .tit {
  color: #009944;
}

.svgmore {
  width: 160px;
  height: 45px;
  line-height: 45px;
  color: #666;
  font-size: 12px;
  font-family: "Arial";
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-weight: bold;
}
.svgmore span {
  display: block;
  position: relative;
  z-index: 2;
}
.svgmore:before {
  content: "";
  position: absolute;
  background: #009944;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
          transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
  width: 100%;
  height: 2px;
  z-index: 1;
}
.svgmore:hover {
  color: #fff;
}
.svgmore:hover:before {
  height: 100%;
}

.n-banner {
  position: relative;
  height: 14.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
  /*.scroll_down{
    width: 60px;
    height: 60px;
    border:1px solid rgba(255,255,255,.2);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -30px;
    bottom: 1.8rem;
    &:before{
      color:#fff;
      transform:rotate(-90deg);
      font-size: 24px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -16px;
      margin-left: -12.5px;
      opacity: .7;
      animation: start 1.5s infinite ease-in-out;
    }
  }*/
}
.n-banner table {
  width: 100%;
  height: 14.5rem;
}
.n-banner .banenr-tit {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.n-banner .banenr-en {
  font-size: 1.15rem;
  color: #fff;
  line-height: 1;
  font-family: "CEN-B";
  text-transform: uppercase;
}
.n-banner .banenr-tit2 {
  color: #108143;
}
.n-banner .banenr-en2 {
  color: #222;
}

@-webkit-keyframes start {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px) rotate(-90deg);
            transform: translate(0, -8px) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-90deg);
            transform: translate(0, 10px) rotate(-90deg);
  }
}

@keyframes start {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px) rotate(-90deg);
            transform: translate(0, -8px) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-90deg);
            transform: translate(0, 10px) rotate(-90deg);
  }
}
.n-sub-nav {
  background: #fff;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 110px;
}
.n-sub-nav .ul-item {
  width: 1095px;
  overflow: hidden;
}
.n-sub-nav .slick-slide {
  padding: 0 .5rem;
}
.n-sub-nav .slick-list {
  padding-bottom: 0 !important;
}
.n-sub-nav .li {
  font-size: 16px;
  color: #333;
  position: relative;
  text-align: center;
}
.n-sub-nav .li:before {
  content: "";
  width: 100px;
  height: 3px;
  background: #108142;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .5s;
  margin-left: -50px;
  position: absolute;
}
.n-sub-nav .li:hover:before, .n-sub-nav .li.cur:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.n-sub-nav .sp {
  font-size: 24px;
  color: #b7b7b7;
  line-height: 80px;
  text-transform: uppercase;
}

.n-about {
  padding: 2rem 0;
  background: #f8f8f8;
}
.n-about .dt {
  width: 35%;
}
.n-about .dt .dd-tit {
  font-size: 28px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.n-about .dt .dd-en {
  font-size: 14px;
  line-height: 1;
  color: #333;
  font-family: "Arial";
}
.n-about .dt .p-14 {
  margin-top: 1.2rem;
}
.n-about .dt .ul-su {
  margin-top: 1.5rem;
}
.n-about .dt .li {
  width: 30%;
  text-align: left;
  float: left;
  border-right: 1px solid #ececec;
}
.n-about .dt .li:nth-child(1) {
  padding-right: .6rem;
}
.n-about .dt .li:nth-child(2) {
  width: 40%;
  padding: 0 .4rem;
}
.n-about .dt .li:nth-child(3) {
  padding-left: .6rem;
}
.n-about .dt .li:last-child {
  border-right: none;
}
.n-about .dt .su {
  font-size: 1.2rem;
  color: #108142;
  font-family: "CEN-B";
  margin-bottom: 10px;
}
.n-about .dt .p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.n-about .dd {
  width: 58%;
}
.n-about .dd img {
  width: 100%;
}

.n-idea {
  background: #f8f8f8;
}
.n-idea .lista {
  padding: 2rem 0;
}
.n-idea .lista .dlbox {
  background: #fff;
}
.n-idea .lista .dt {
  width: 50%;
  height: 450px;
  padding: 1.7rem 1.7rem 1rem 1.7rem;
}
.n-idea .lista .dt .dd-tit {
  color: #108142;
  font-size: .7rem;
  line-height: 1;
  margin-bottom: 10px;
}
.n-idea .lista .dt .box-sp {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.n-idea .lista .dt .p-16 {
  color: #333;
}
.n-idea .lista .dd {
  width: 50%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-idea .listb {
  padding: 3.75rem 0 4.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-idea .listb .ulbox {
  position: relative;
  padding: 0 .5rem;
}
.n-idea .listb .ulbox:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 85px;
  background: rgba(255, 255, 255, 0.2);
}
.n-idea .listb .li {
  text-align: center;
  float: left;
  width: 25%;
  padding: 0 1.5rem;
}
.n-idea .listb .img {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-bottom: 30px;
}
.n-idea .listb .line {
  height: 2px;
  width: 30px;
  display: block;
  margin: 0 auto 1.5rem;
  background: #d7dedf;
}
.n-idea .listb .p-16 {
  color: #fff;
}

.n-hardware {
  background: #f8f8f8;
}
.n-hardware .lista {
  padding: 2rem 0;
}
.n-hardware .lista .dlbox {
  background: #fff;
}
.n-hardware .lista .dt {
  width: 50%;
  height: 620px;
  padding: 1.7rem 1.7rem 1rem 1.7rem;
}
.n-hardware .lista .dt .dd-tit {
  color: #108142;
  font-size: .7rem;
  line-height: 1;
  margin-bottom: 10px;
}
.n-hardware .lista .dt .box-sp {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.n-hardware .lista .dt .p-16 {
  color: #333;
}
.n-hardware .lista .dd {
  width: 50%;
}
.n-hardware .lista .dd .ddbox {
  height: 620px;
}
.n-hardware .lista .dd .li {
  height: 620px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-hardware .lista .dd .slick-dots {
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0 !important;
  z-index: 2;
}
.n-hardware .lista .dd .slick-dots li.slick-active {
  background: none !important;
}
.n-hardware .lista .dd .slick-dots li.slick-active:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.n-hardware .lista .dd .slick-dots li {
  width: 13px !important;
  height: 13px !important;
  margin: 22px 8px !important;
  border: 1px solid #fff;
  background: none !important;
  position: relative;
}
.n-hardware .lista .dd .slick-dots li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .5s;
          transition: all .5s;
}

.n-cultrue {
  background: #f8f8f8;
}
.n-cultrue .lista {
  padding: 3.75rem 0 4.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-cultrue .lista .ulbox {
  position: relative;
  padding: 0 .5rem;
}
.n-cultrue .lista .ulbox:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 85px;
  background: rgba(255, 255, 255, 0.2);
}
.n-cultrue .lista .li {
  text-align: center;
  float: left;
  width: 25%;
  padding: 0 1.5rem;
}
.n-cultrue .lista .img {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-bottom: 30px;
}
.n-cultrue .lista .line {
  height: 2px;
  width: 30px;
  display: block;
  margin: 0 auto 1.5rem;
  background: #32ac68;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-cultrue .lista .p-16 {
  color: #666;
}
.n-cultrue .lista .li:hover .line {
  width: 60px;
}
.n-cultrue .listb {
  padding: 0 0 2rem;
  background: #f8f8f8;
}
.n-cultrue .listb .dlbox {
  background: #fff;
}
.n-cultrue .listb .dt {
  width: 50%;
  height: 450px;
  padding: 3.4rem 1.7rem 1rem 1.7rem;
}
.n-cultrue .listb .dt .dd-tit {
  color: #454545;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.n-cultrue .listb .dt .box-sp {
  font-size: 16px;
}
.n-cultrue .listb .dt .p-16 {
  color: #333;
}
.n-cultrue .listb .dd {
  width: 50%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.n-aptitude {
  padding: 2rem 0 2.5rem;
  background: #f8f8f8;
}
.n-aptitude .aptitude-box {
  position: relative;
}
.n-aptitude .item {
  padding: 15px;
  background: #fff;
}
.n-aptitude a {
  display: block;
}
.n-aptitude .img img {
  width: 100%;
}
.n-aptitude .p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.n-aptitude .jia-more-btn {
  font-size: 14px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #108142;
  text-align: center;
  color: #fff;
  margin: 2.5rem auto 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  cursor: pointer;
}
.n-aptitude .jia-more-btn:hover {
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 0px 3px #108142 inset;
  border-radius: 45px;
}

.n-course {
  background: #f8f8f8;
}
.n-course .lista {
  padding: 2rem 0
  /*.time-linebox{
    width: 80%;
    margin: 0 auto;
  }*/
}
.n-course .lista .a-tit-h {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1.8rem;
}
.n-course .lista .whis-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.n-course .lista .whis-box .time {
  width: 290px;
  text-align: right;
  padding-right: 1.8rem;
}
.n-course .lista .whis-box .time .year {
  font-size: 2.5rem;
  line-height: 1;
  color: #454545;
  margin-bottom: 10px;
}
.n-course .lista .whis-box .time span {
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.n-course .lista .whis-box .p-14 {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  padding-left: 1.5rem;
  position: relative;
  width: 408px;
}
.n-course .lista .whis-box .p-14 p {
  margin-bottom: 5px;
}
.n-course .lista .whis-box .p-14 img {
  max-width: 100%;
}
.n-course .lista .whis-box .his-box:before {
  content: "";
  position: absolute;
  left: 43%;
  top: 50%;
  width: 1px;
  height: 110px;
  background: #959595;
  margin-top: -55px;
  display: none;
}
.n-course .lista .his-box {
  width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.n-course .lista .nhis-box {
  overflow: hidden;
}
.n-course .lista .time-line {
  margin-top: 2rem;
  width: 100%;
  padding: 0 13%;
  background: url(../img/pic22.png) no-repeat center 12px;
}
.n-course .lista .time-line .time-linebox {
  overflow: hidden;
}
.n-course .lista .time-line .li {
  padding-top: 50px;
  font-size: 24px;
  font-family: "CEN-B";
  text-align: center;
  color: #999;
}
.n-course .lista .time-line .li.active {
  background: url(../img/pic23.png) no-repeat center top;
  background-size: 20px auto;
  color: #009944;
}
.n-course .lista .whis-box .swiper-button-prev, .n-course .lista .whis-box .swiper-button-next {
  width: 58px;
  height: 58px;
  background: url(../img/pic24.png) no-repeat center !important;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  margin-top: 0;
  cursor: pointer;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.n-course .lista .whis-box .swiper-button-prev {
  left: 0;
  z-index: 5;
}
.n-course .lista .whis-box .swiper-button-next {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  right: 0%;
  z-index: 5;
}
.n-course .lista .swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.n-course .lista .swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.n-course .lista .swiper-button-next.swiper-button-disabled, .n-course .lista .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: auto;
}
.n-course .listb {
  background-color:#f8f8f8;
  padding: 2.6rem 0 2.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-course .listb .top {
  text-align: center;
}
.n-course .listb .top .tit {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.n-course .listb .top .line {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.n-course .listb .ulbox {
  position: relative;
  margin-top: 1.2rem;
}
.n-course .listb .li {
  float: left;
  width: 400px !important;
  height: 175px;
  background-color: rgba(16, 129, 66, 0.95);
  padding: 40px 84px 40px 60px;
}
.n-course .listb .li-tit {
  padding-top: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.n-course .listb .time {
  font-size: 16px;
  line-height: 1;
  color: #56c286;
}
.n-course .listb .li-bg {
  padding-left: 120px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.n-course .listb .li1 .li-bg {
  background-image: url(../img/pic21.png);
}
.n-course .listb .li2 .li-bg {
  background-image: url(../img/pic21-1.png);
}
.n-course .listb .li3 .li-bg {
  background-image: url(../img/pic21-2.png);
}
.n-course .listb .p-16 {
  color: #fff;
}

.n-make {
  background: #f8f8f8;
}
.n-make .lista {
  padding: 2rem 0 2.5rem;
}
.n-make .lista .make-tit-h {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1rem;
}
.n-make .lista .li-img {
  text-align: center;
}
.n-make .lista .li-img .img img {
  width: 100%;
}
.n-make .lista .li-img .p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #454545;
}
.n-make .lista .nli-img {
  padding: 0 30px 0 0;
}
.n-make .lista .slick-prev, .n-make .lista .slick-next {
  width: 47px;
  height: 47px;
  top: -70px;
  margin-top: 0;
  background: #009944;
}
.n-make .lista .slick-prev:before, .n-make .lista .slick-next:before {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background: url(../img/img8.png) no-repeat center;
  background-size: 11px 20px;
}
.n-make .lista .slick-prev:after, .n-make .lista .slick-next:after {
  background: none;
}
.n-make .lista .slick-next {
  right: 30px;
}
.n-make .lista .slick-prev {
  right: 110px;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-make .listb {
  padding: 1rem 0 2.5rem;
  background: #fff;
}
.n-make .listb .top-tit {
  display: inline-block;
  padding-right: 40px;
  font-size: 24px;
  line-height: 1.5;
  color: #454545;
  background: url(../img/pic4.png) no-repeat right center;
  margin-bottom: 1rem;
}
.n-make .listb .p-14 {
  line-height: 2.2;
}
.n-make .listb .p-14 img {
  max-width: 100%;
}

.n-products {
  padding: 2rem 0 2.5rem;
  background: #f8f8f8;
}
.n-products .products-nav {
  width: 100%;
}
.n-products .products-nav .li {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  float: left;
  margin-right: 1rem;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-products .products-nav .li:hover, .n-products .products-nav .li.cur {
  background: #108142;
  color: #fff;
}
.n-products .probox-ajax {
  margin-top: 1rem;
}
.n-products .probox .li-img {
  border: 1px solid #e6e6e6;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  float: left;
  cursor: pointer;
}
.n-products .probox .li-img .bot {
  border-top: 1px solid #eee;
  padding: 24px .5rem;
}
.n-products .probox .li-img .bot .name {
  width: 60%;
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-products .probox .li-img .bot .ping-text {
  width: 40%;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-products .probox .li-img:nth-child(4n) {
  margin-right: 0;
}
.n-products .probox-ajax {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.n-products .probox-ajax.cur {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.n-news {
  padding: 2rem 0;
  background: #f8f8f8;
}
.n-news .li-item {
  background: #fff;
  display: block;
  margin-bottom: 35px;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-news .li-item .dd {
  float: left;
  width: 400px;
}
.n-news .li-item .dd img {
  width: 100%;
}
.n-news .li-item .dt {
  width: calc(100% - 400px);
  float: left;
  padding: 45px 1.2rem .5rem 1.2rem;
}
.n-news .li-item .dt-tit {
  font-size: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #505050;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-news .li-item .time {
  font-size: 14px;
  line-height: 1;
  font-family: "CEN-B";
  margin-bottom: 10px;
  color: #999;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-news .li-item .p-14 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-news .li-item .dd-j {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.n-news .li-item:hover {
  background: #009944;
}
.n-news .li-item:hover .dt-tit, .n-news .li-item:hover .time, .n-news .li-item:hover .p-14 {
  color: #fff;
}

.n-news-info {
  padding: 2rem 0;
  background: #f8f8f8;
}
.n-news-info .news-top {
  padding-bottom: .75rem;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.n-news-info .news-title {
  font-size: 30px;
  color: #454545;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.n-news-info .time {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.n-news-info .info-box {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 2rem;
}
.n-news-info .info-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n-news-info .news-back {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #108142;
  color: #108142;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.n-news-info .news-back:hover {
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 0px 2px #222 inset;
}

.n-personnel {
  background: #f8f8f8;
}
.n-personnel .lista {
  padding: 2rem 0;
}
.n-personnel .lista .dlbox {
  background: #fff;
}
.n-personnel .lista .dt {
  width: 50%;
  height: 450px;
  padding: 1.7rem 1.7rem 1rem 1.7rem;
}
.n-personnel .lista .dt .dd-tit {
  color: #108142;
  font-size: .7rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.n-personnel .lista .dt .box-sp {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.n-personnel .lista .dt .p-16 {
  color: #454545;
}
.n-personnel .lista .dd {
  width: 50%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-personnel .listb {
  padding: 2rem 0;
  background: #f8f8f8;
}
.n-personnel .listb .li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  background: #fff;
  height: 120px;
  padding: 30px 35px 25px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ededed;
}
.n-personnel .listb .li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background: #108142;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-personnel .listb .li:hover:before {
  width: 100%;
}
.n-personnel .listb .li:hover .top .name {
  color: #fff;
}
.n-personnel .listb .li:hover .more {
  background: #fff;
  color: #108142;
}
.n-personnel .listb .li:hover .bot .left, .n-personnel .listb .li:hover .bot .time {
  color: #fff;
}
.n-personnel .listb .li:nth-child(2n) {
  margin-right: 0%;
}
.n-personnel .listb .top {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.n-personnel .listb .top .name {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  width: calc(100% - 160px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-personnel .listb .more {
  width: 140px;
  font-size: 14px;
  color: #fff;
  float: right;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  background: #108142;
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-personnel .listb .bot {
  position: relative;
  z-index: 2;
}
.n-personnel .listb .bot .left {
  font-size: 14px;
  line-height: 1;
  color: #666;
  width: calc(100% - 160px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-personnel .listb .bot .time {
  max-width: 140px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  float: right;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-personnel .listb .jia-more-btn {
  font-size: 14px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #108142;
  text-align: center;
  color: #fff;
  margin: .2rem auto 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  cursor: pointer;
}
.n-personnel .listb .jia-more-btn:hover {
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 0px 3px #108142 inset;
  border-radius: 45px;
}

.n-download {
  padding: 2rem 0;
  background: #f8f8f8;
}
.n-download .lista .li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
  background: #fff;
  height: 120px;
  padding: 25px 35px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ededed;
}
.n-download .lista .li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background: #108142;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-download .lista .li:hover:before {
  width: 100%;
}
.n-download .lista .li:hover .top .name {
  color: #fff;
}
.n-download .lista .li:hover .more {
  background: #fff;
  color: #108142;
}
.n-download .lista .li:hover .bot .left, .n-download .lista .li:hover .bot .time {
  color: #fff;
}
.n-download .lista .li:nth-child(2n) {
  margin-right: 0%;
}
.n-download .lista .top {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.n-download .lista .top .name {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-download .lista .more {
  width: 140px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  background: #108142;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  margin-top: -18px;
}
.n-download .lista .bot {
  position: relative;
  z-index: 2;
}
.n-download .lista .bot .time {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #666;
  float: right;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-download .jia-more-btn {
  font-size: 14px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #108142;
  text-align: center;
  color: #fff;
  margin: .2rem auto 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  cursor: pointer;
}
.n-download .jia-more-btn:hover {
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 0px 3px #108142 inset;
  border-radius: 45px;
}

.n-contact {
  background: #f8f8f8;
}
.n-contact .lista {
  padding: 2rem 0;
}
.n-contact .mapbox {
  background: #fff;
}
.n-contact #dituContent {
  height: 455px;
  width: 50%;
}
.n-contact .addtext {
  padding: 1rem 2.5rem;
  width: 50%;
}
.n-contact .addtext .tit {
  font-size: 30px;
  line-height: 1;
  color: #009944;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: .7rem;
}
.n-contact .addtext .p-16 {
  line-height: 2.2;
}
.n-contact .listb {
  background: #f8f8f8;
  padding-bottom: 2rem;
}
.n-contact .listb .top {
  margin-bottom: 1rem;
  text-align: center;
}
.n-contact .listb .top .tit {
  font-size: 24px;
  line-height: 1;
  color: #454545;
  margin-bottom: 10px;
}
.n-contact .listb .top .tit-p {
  font-size: 14px;
  line-height: 1.5;
}
.n-contact .listb .formbox .input1 {
  width: 47%;
  float: left;
  margin-right: 6%;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 0 30px 0 20px;
  font-size: 14px;
  position: relative;
}
.n-contact .listb .formbox .input1 input {
  border: none;
  background: none;
  padding: 15px 0;
  width: 100%;
}
.n-contact .listb .formbox .input1 span {
  color: #e71f1a;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.n-contact .listb .formbox .input1:nth-child(2n) {
  margin-right: 0;
}
.n-contact .listb .input2 {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 0 30px 0 20px;
  background: #fff;
  font-size: 14px;
}
.n-contact .listb .input2 textarea {
  padding: 15px 0;
  border: none;
  background: none;
  width: 100%;
  height: 150px;
}
.n-contact .listb .input3 {
  margin-top: 15px;
}
.n-contact .listb .input3 input {
  width: 220px;
  height: 45px;
  line-height: 45px;
  color: #666;
  border: 1px solid #dfdfdf;
  background: #fff;
  text-indent: 20px;
}
.n-contact .listb .input3 .cadeimg {
  width: 100px;
  height: 45px;
}
.n-contact .listb .input4 {
  margin-top: 15px;
}
.n-contact .listb .input5, .n-contact .listb .input6 {
  width: 125px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 5px;
}
.n-contact .listb .input5 {
  background: #d9d9d9;
  color: #333;
}
.n-contact .listb .input6 {
  margin-left: 25px;
  background: #009944;
  color: #fff;
}

.BMap_Marker img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.bg-none-s {
  background: #000;
  opacity: .5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.products-ajax.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1
  /*display: block;*/
}

.products-ajax {
  width: 75%;
  position: fixed;
  height: 19.5rem;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -9.8rem;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
          transition: opacity 1s,transform 1s;
  /*display: none;*/
  background: #fff;
  z-index: 101;
}

.products-ajax {
  padding: 1.5rem 2.3rem;
}
.products-ajax .products-top {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: .8rem;
  text-align: center;
}
.products-ajax .tit {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
}
.products-ajax .tit-p {
  font-size: 18px;
  line-height: 1;
}
.products-ajax .bule {
  color: #009944;
}
.products-ajax .alert-probox {
  margin-top: 1.5rem;
}
.products-ajax .pro-img {
  width: 50%;
  position: relative;
  background: #f4f4f4;
  padding: 10px 10px 1.5rem 10px;
  float: left;
}
.products-ajax .pro-img .npro-img {
  overflow: hidden;
}
.products-ajax .pro-img .li-item img {
  width: 100%;
}
.products-ajax .pro-img .swiper-pagination {
  width: 100%;
  padding-right: 10px;
  text-align: right;
  left: 0;
  bottom: .6rem;
}
.products-ajax .pro-img .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #108142;
  margin: 0 6px;
  background: transparent;
}
.products-ajax .pro-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #108142;
}
.products-ajax .pro-text {
  width: 50%;
  padding-left: 1.5rem;
  float: right;
}
.products-ajax .pro-text .text-tit {
  font-size: 20px;
  line-height: 1;
  margin: .5rem 0;
  color: #333;
}
.products-ajax .pro-text .p-14 img {
  max-width: 100%;
}

.products-ajax .close-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0rem;
  top: 0;
  z-index: 9;
  cursor: pointer;
  background: #333;
}

.recruit-ajax.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1
  /*display: block;*/
}

.recruit-ajax {
  width: 75%;
  position: fixed;
  height: 17.5rem;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -7.8rem;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
          transition: opacity 1s,transform 1s;
  /*display: none;*/
  background: #fff;
  z-index: 101;
}

.recruit-ajax {
  padding: 1.8rem 2rem;
}
.recruit-ajax .products-top {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
  text-align: left;
}
.recruit-ajax .tit {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}
.recruit-ajax .tit-p {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.recruit-ajax .tit-p .sp {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 10px;
}
.recruit-ajax .alert-recruit {
  margin-top: 1.5rem;
}
.recruit-ajax .recruit-textbox {
  height: 6.5rem;
}
.recruit-ajax .recruit-text {
  width: 46%;
}
.recruit-ajax .recruit-text .tit1 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: .75rem;
  color: #333;
}
.recruit-ajax .recruit-text .p-14 {
  line-height: 2;
}
.recruit-ajax .recruit-text .p-14 p {
  margin-bottom: 10px;
}
.recruit-ajax .recruit-text .p-14 img {
  max-width: 100%;
}
.recruit-ajax .apply-btn {
  font-size: 14px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #108142;
  text-align: center;
  color: #fff;
  display: block;
  margin: 2rem 0 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  cursor: pointer;
}
.recruit-ajax .apply-btn:hover {
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 0px 3px #108142 inset;
  border-radius: 45px;
}

.recruit-ajax .close-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0rem;
  top: 0;
  z-index: 9;
  cursor: pointer;
  background: #333;
}

.PageMenu-closeBtn {
  width: 26px;
  height: 26px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  z-index: 20;
  outline: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.PageMenu-closeBtn .line-01, .PageMenu-closeBtn .line-02 {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.PageMenu-closeBtn .line-01 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.PageMenu-closeBtn .line-02 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.PageMenu-closeBtn .line-01:after, .PageMenu-closeBtn .line-02:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #009944;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.PageMenu-closeBtn:hover .line-01:after, .PageMenu-closeBtn:hover .line-02:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.PageMenu-closeBtn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.meadia-ajax.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  display: block;
}

.meadia-ajax {
  width: 80%;
  position: fixed;
  height: 16rem;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -8rem;
  /*overflow: hidden;*/
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .5s,-webkit-transform 1s;
          transition: opacity .5s,transform 1s;
  display: none;
  background: #000;
  z-index: 101;
}

.meadia-ajax video {
  width: 100%;
  max-height: 16rem;
}

.meadia-ajax .close-btn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0rem;
  top: -1.5rem;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.meadia-ajax .close-btn svg.icon {
  width: 30px;
  height: 30px;
}

.meadia-ajax .close-btn:hover {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.meadia-ajax .close-btn img {
  max-width: 100%;
  display: block;
}

.service-banner {
  overflow: visible;
}

.service-banner .mobile-sub-nav {
  display: block;
  width: 60%;
  font-size: 16px;
}
.service-banner .mobile-sub-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 135.8%;
  background: #5e616a;
}
.service-banner .mobile-sub-nav .sec-list {
  left: 0;
  font-size: 16px;
  line-height: 60px;
  z-index: 6;
}

.service-banner .banner-text {
  overflow: visible;
  padding: 0;
}

.service-banner .service-text {
  overflow: hidden;
  height: 100%;
  padding: 1.5rem 1.2rem 1rem;
}

.n-service-banner {
  overflow: hidden;
}

.service-banner .mobile-sub-nav {
  bottom: 0;
}

.service-banner .mobile-sub-nav .sec-list {
  width: 166.8%;
}

.mobile-sub-nav {
  width: 75%;
  position: absolute;
  bottom: -2.4rem;
  line-height: 2.4rem;
  font-size: .75rem;
  z-index: 4;
  padding: 0 0 0 1.5rem;
  display: none;
}
.mobile-sub-nav .tit {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mobile-sub-nav .icon {
  fill: #28ad80;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: .9rem;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.mobile-sub-nav .sub-tit.on .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-sub-nav .sec-list {
  display: none;
  position: absolute;
  width: 135%;
  left: 0;
  top: 2.4rem;
  font-size: .7rem;
  line-height: 2rem;
  z-index: 6;
}
.mobile-sub-nav .sec-list a {
  padding: 0 1.5rem;
  color: #333;
  display: block;
  background: #e2e2e2;
}
.mobile-sub-nav .sec-list a:nth-child(odd) {
  background: #d7d7d9;
}
.mobile-sub-nav .sub-tit-title {
  padding: 0 1.2rem;
  color: #fff;
}
.mobile-sub-nav .sec-list-title {
  display: none;
}
.mobile-sub-nav .sec-list-title .li-item {
  display: block;
}

.zmore-btn {
  position: relative;
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  width: 5rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 35px;
  font-size: 14px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.zmore-btn .iconfont.icon-jiantou1-copy {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0%;
  right: 25px;
  left: auto;
  display: block;
  text-align: center;
  margin-top: 0;
  cursor: pointer;
}
.zmore-btn .iconfont.icon-jiantou1-copy:before {
  font-size: 14px;
  color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.zmore-btn .iconfont.icon-jiantou1-copy span {
  position: relative;
  z-index: 2;
}
.zmore-btn:hover {
  background: #fff;
  color: #d7000e;
  /*border:1px solid #d7000e;*/
  box-shadow: inset 0px 0px 0px 1px #d71518;
}
.zmore-btn:hover .iconfont.icon-jiantou1-copy:before {
  color: #d7000e;
}

.c-btn-2 {
  position: relative;
  display: block;
  height: 40px;
  width: 7.25rem;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 14px;
  font-family: "OSW";
  line-height: 40px;
  background: #d71518;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.c-btn-2:hover {
  color: #333;
  box-shadow: inset 0px 0px 0px 2px #d71518;
  background: transparent;
}

.c-btn-3 {
  position: relative;
  display: block;
  padding: 16px 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 14px;
  font-family: "OSW";
  text-transform: uppercase;
  line-height: 1.57143;
  margin-top: 1rem;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
  overflow: hidden;
}
.c-btn-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.8s ease, height 0.8s ease;
          transition: width 0.8s ease, height 0.8s ease;
}
.c-btn-3:hover {
  background: transparent;
  color: #333;
}
.c-btn-3:hover span {
  width: 18rem;
  height: 18rem;
}

.icon-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}

.icon-full svg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.icon-full svg g, .icon-full svg path {
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  stroke-width: 0 !important;
  stroke: #111 !important;
}

.icon-full:hover svg g, .icon-full:hover svg path {
  stroke-width: 5 !important;
}

.imgbg-mengban {
  position: relative;
}

.imgbg-mengban:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
}

.imgbg-mengban:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
}

.js-m.animate .imgbg-mengban:before, .js-m.animate .imgbg-mengban:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.i-listb.active.imgbg-mengban:before, .i-listb.active.imgbg-mengban:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

.i-listb.active.imgbg-mengban:after {
  -webkit-transition: all 0.5s ease-in-out .5s;
          transition: all 0.5s ease-in-out .5s;
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes sound {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  20% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  40% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes sound {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  20% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  40% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes btnline {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes btnline {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.backtop svg {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.backtop.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@-webkit-keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
@keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
input::-webkit-input-placeholder {
  color: #666 !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666 !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666 !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

textarea::-webkit-input-placeholder {
  color: #666 !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666 !important;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666 !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-2 {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m-2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: all 1.5s ease;
          transition: all 1.5s ease;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-4 {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}

.js-m-4.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-nav {
  opacity: 0;
  -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  -webkit-transition: all 1s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-nav.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.delay1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.delay8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.delay9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.mobile-nav .js-m-header {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*.js-m-header:after{
  content: "";
  margin:0 0 0 0;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: #eee;
  z-index: 4;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.js-m-header:before{
  content: "";
  margin:0 0 0 0;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js-m-header.animate:before,.js-m-header.animate:after{
  margin-right: 0;
  right:0;
  bottom:0;
  left:100%;
}*/
.l-header {
  z-index: 99;
}

.slick-dots {
  bottom: 0 !important;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 10px !important;
  background: #bebebe !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active {
  background: #28ad80 !important;
}

.bg-top {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  background-image: -webkit-linear-gradient(left, #d77515, #d71518);
  background-image: linear-gradient(to right, #d77515, #d71518);
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
  0% {
    fill: transparent;
  }
  40% {
    fill: #fff;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
  0% {
    fill: transparent;
  }
  40% {
    fill: #fff;
  }
}
@-webkit-keyframes dash2 {
  to {
    stroke-dashoffset: 2500;
  }
  0% {
    fill: #bfbfbf;
  }
  100% {
    fill: #060606;
  }
}
@keyframes dash2 {
  to {
    stroke-dashoffset: 2500;
  }
  0% {
    fill: #bfbfbf;
  }
  100% {
    fill: #060606;
  }
}
@keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes closebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-100%);
            transform: scale(0) translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}
@keyframes closebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-100%);
            transform: scale(0) translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}
.i-lista .bg1, .i-lista .bg2, .i-listb .bg2, .i-listb .bg1, .i-listc .bg1, .i-listd .bg {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.lista .bg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.listb .bg, .n-college .lista .ul .bg1, .n-college .listb .bg1, .n-about .lista .bg1, .n-service .lista .bg1 {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.i-listb .bg1, .i-listb .bg2, .i-listd .bg {
  top: 80px;
}

.i-listc .bg1 {
  left: -120px;
}

@-webkit-keyframes main-animation2 {
  from,to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes main-animation2 {
  from,to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.n-leader .listd .slick-prev:before, .n-leader .listd .slick-next:before {
  line-height: 1;
}

.n-general .slick-prev:before, .n-general .slick-next:before {
  line-height: 1;
}


.n-make .slick-track{
  margin-left: 0;
}
.i-listd .new-right .slick-list{
  padding-bottom: 1.5rem !important;
}
/*# sourceMappingURL=style.css.map */


.n-make .listb .p-14 table td{
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  text-indent: 15px;
}


.n-course .lista .whis-box .time{
  padding-right: 0;
}
.n-course .lista .whis-box .time img{
  max-width: 100%;
}
.n-course .lista .whis-box .time{
  width: 480px;
}
.n-course .lista .his-box{
  width: 900px;
}
.n-course .lista .whis-box .his-box:before{
  left: 56%;
}
.n-cultrue .listb .dd img{
  max-width: 100%;
}
.n-cultrue .listb .dd,.n-cultrue .listb .dt{
  height: auto;
}
.i-listc .ulbox .slick-slider{
  padding-bottom: 2rem;
}
.n-course .listb .top .tit{
  color: #333;
}
.n-course .listb .top .line{
  background: #333;
}
.n-download{
  min-height: 400px;
}